home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / modula2 / 424 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  889 b 

  1. Path: infinitehell.cnmat.berkeley.edu!user
  2. From: erico@cnmat.berkeley.edu (Eric Obermuhlner)
  3. Newsgroups: comp.lang.modula2
  4. Subject: constant tables?
  5. Date: Thu, 14 Mar 1996 15:06:37 -0900
  6. Organization: G-Wiz
  7. Message-ID: <erico-1403961506370001@infinitehell.cnmat.berkeley.edu>
  8. NNTP-Posting-Host: infinitehell.cnmat.berkeley.edu
  9. X-Newsreader: Value-Added NewsWatcher 2.0b27.1+
  10.  
  11. How do I make constant tables?
  12.  
  13. I write code for an embedded system. Lookup tables in ROM are a pretty useful thing and I just couldn't find a way to do it.
  14.  
  15. Did I miss something?
  16.  
  17. Something like
  18. [BEGIN EXAMPLE]
  19. VAR
  20.   myTable : ARRAY [0..9] OF CARDINAL = [0, 6, 2, 5, 1, 3, 4, 9, 8, 7];
  21. [END EXAMPLE]
  22.  
  23. +-------------------------------------------------------------+
  24. |Eric Obermuhlner  
  25. |erico@g-wiz.com
  26. |                   Microsoft free since 1967
  27. +-------------------------------------------------------------+
  28.